home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-14 | 1.3 KB | 74 lines | [TEXT/MPS ] |
- object oShareware_38 is cDefaultContainer
- with
- Binder is oBinder;
- Label is -1;
- Items is [
- oShareware_screen_38_1,
- oBlack_Box_38_4,
- oShareware_Text_38_2,
- oMenu_Button_38_5
- ];
- end;
-
-
- object oShareware_screen_38_1 is cPictureHandler
- with
- Duration is -1;
- Supplier is oShareware_screen_125_;
- Behavior is cVRBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
- end;
-
-
- object oBlack_Box_38_4 is cPictureHandler
- with
- Duration is -1;
- Supplier is oBlack_Box_127_;
- Behavior is cVRBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 22; Y is 277; Width is 340; Height is 135;
- end;
- end;
-
-
- object oShareware_Text_38_2 is cTextScrollerHandler
- with
- Red is 255; Green is 255; Blue is 255;
- Duration is -1;
- Transparent is false;
- Supplier is oShareware_Text_126_;
- Behavior is cVRBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 23; Y is 278; Width is 321; Height is 133;
- end;
- end;
-
-
- object oMenu_Button_38_5 is cPictureHandler
- with
- Duration is -1;
- Supplier is oMenu_Button_49_;
- Behavior is cVRBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oBinder.Goto(oMain_Menu_2);
- oBinder.Refresh();
- oBinder.SetTransition(oDissolve, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 519; Y is 431; Width is 90; Height is 39;
- end;
- end;
-
-